[INFO] fetching crate bext-php 0.2.0...
[INFO] checking bext-php-0.2.0 against try#21cad1f647cfd05a566220f933edd88a53e50bcf for pr-129249-1
[INFO] extracting crate bext-php 0.2.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate bext-php 0.2.0
[INFO] finished tweaking crates.io crate bext-php 0.2.0
[INFO] tweaked toml for crates.io crate bext-php 0.2.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bext-php 0.2.0 on toolchain 21cad1f647cfd05a566220f933edd88a53e50bcf
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bext-php 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cda00764103836d616507fab1eb6496746214abcbc1c19d8bc012a8171a32760
[INFO] running `Command { std: "docker" "start" "cda00764103836d616507fab1eb6496746214abcbc1c19d8bc012a8171a32760", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cda00764103836d616507fab1eb6496746214abcbc1c19d8bc012a8171a32760" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cda00764103836d616507fab1eb6496746214abcbc1c19d8bc012a8171a32760", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cda00764103836d616507fab1eb6496746214abcbc1c19d8bc012a8171a32760" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling bext-php v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr] warning: bext-php@0.2.0: PHP NTS detected. bext-php will run with a single worker. For multi-threaded PHP, rebuild PHP with --enable-zts.
[INFO] [stderr] warning: bext-php@0.2.0: In file included from /usr/include/php/20230831/Zend/zend.h:418,
[INFO] [stderr] warning: bext-php@0.2.0:                  from /usr/include/php/20230831/main/php.h:31,
[INFO] [stderr] warning: bext-php@0.2.0:                  from /usr/include/php/20230831/sapi/embed/php_embed.h:20,
[INFO] [stderr] warning: bext-php@0.2.0:                  from sapi/bext_php_sapi.c:28:
[INFO] [stderr] warning: bext-php@0.2.0: /usr/include/php/20230831/Zend/zend_operators.h: In function 'zend_memrchr':
[INFO] [stderr] warning: bext-php@0.2.0: /usr/include/php/20230831/Zend/zend_operators.h:208:29: warning: implicit declaration of function 'memrchr'; did you mean 'memchr'? [-Wimplicit-function-declaration]
[INFO] [stderr] warning: bext-php@0.2.0:   208 |         return (const void*)memrchr(s, c, n);
[INFO] [stderr] warning: bext-php@0.2.0:       |                             ^~~~~~~
[INFO] [stderr] warning: bext-php@0.2.0:       |                             memchr
[INFO] [stderr] warning: bext-php@0.2.0: /usr/include/php/20230831/Zend/zend_operators.h:208:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
[INFO] [stderr] warning: bext-php@0.2.0:   208 |         return (const void*)memrchr(s, c, n);
[INFO] [stderr] warning: bext-php@0.2.0:       |                ^
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stdout] error: useless conversion to the same type: `std::string::String`
[INFO] [stdout]    --> src/config.rs:167:35
[INFO] [stdout]     |
[INFO] [stdout] 167 |               ("disable_functions", [
[INFO] [stdout]     |  ___________________________________^
[INFO] [stdout] 168 | |                 "exec", "system", "passthru", "shell_exec",
[INFO] [stdout] 169 | |                 "proc_open", "popen", "proc_close", "proc_terminate",
[INFO] [stdout] 170 | |                 "proc_get_status", "proc_nice",
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |                 "show_source", "phpinfo",
[INFO] [stdout] 177 | |             ].join(",").into()),
[INFO] [stdout]     | |______________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<std::string::String as Into<std::string::String>::into(val) to avoid triggering this lint
[INFO] [stdout]     = note: `#[deny(self_type_conversion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: bext-php@0.2.0: PHP NTS detected. bext-php will run with a single worker. For multi-threaded PHP, rebuild PHP with --enable-zts.
[INFO] [stderr] warning: bext-php@0.2.0: In file included from /usr/include/php/20230831/Zend/zend.h:418,
[INFO] [stderr] warning: bext-php@0.2.0:                  from /usr/include/php/20230831/main/php.h:31,
[INFO] [stderr] warning: bext-php@0.2.0:                  from /usr/include/php/20230831/sapi/embed/php_embed.h:20,
[INFO] [stderr] warning: bext-php@0.2.0:                  from sapi/bext_php_sapi.c:28:
[INFO] [stderr] warning: bext-php@0.2.0: /usr/include/php/20230831/Zend/zend_operators.h: In function 'zend_memrchr':
[INFO] [stderr] warning: bext-php@0.2.0: /usr/include/php/20230831/Zend/zend_operators.h:208:29: warning: implicit declaration of function 'memrchr'; did you mean 'memchr'? [-Wimplicit-function-declaration]
[INFO] [stderr] warning: bext-php@0.2.0:   208 |         return (const void*)memrchr(s, c, n);
[INFO] [stderr] warning: bext-php@0.2.0:       |                             ^~~~~~~
[INFO] [stderr] warning: bext-php@0.2.0:       |                             memchr
[INFO] [stderr] warning: bext-php@0.2.0: /usr/include/php/20230831/Zend/zend_operators.h:208:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
[INFO] [stderr] warning: bext-php@0.2.0:   208 |         return (const void*)memrchr(s, c, n);
[INFO] [stderr] warning: bext-php@0.2.0:       |                ^
[INFO] [stderr] error: could not compile `bext-php` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cda00764103836d616507fab1eb6496746214abcbc1c19d8bc012a8171a32760", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cda00764103836d616507fab1eb6496746214abcbc1c19d8bc012a8171a32760", kill_on_drop: false }`
[INFO] [stdout] cda00764103836d616507fab1eb6496746214abcbc1c19d8bc012a8171a32760
